how to create a logo and graphical images [closed]
Posted
by priya
on Stack Overflow
See other posts from Stack Overflow
or by priya
Published on 2010-05-14T14:27:39Z
Indexed on
2010/05/14
14:34 UTC
Read the original article
Hit count: 143
java
hi
Can you tell me how to create code for this?
- Insert a new logo of the company
- Use layout manager to place the components on the applet
- Insert graphical images
- The details of the music CDs should be stored category-wise in seperate text files. For example,
classic.txt
file stores the music titles of classic tracks,western.txt
file stores the music title of western tracks.
Display the list of the title available with the music store depending upon the category selected. The images should also change according to the selection.
© Stack Overflow or respective owner